home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-19 | 728 b | 46 lines | [THED/THTH] |
- |
- | RA™
- |
- | Program basics
- |
- | © 1986 COM~LINK & S.Koren
- |
- #M;
- "Anything in quotes is printed.!"
- "An imbedded exclamation mark!"
- "forces a cr/lf.!!"
- "Anything between a | and a cr/lf!"
- "or another | is considered a !"
- "comment."
- "!!A program is terminated by a $.!"
- #A;
- "Any macro definitions must come!"
- "after the terminating $ and before!"
- "another $.!"
- "!RA is Reverse-Polish and stack-!"
- "oriented.!!"
- #A;
- "THE END."
- $
- &A "Hit any key:" ?§ @ µ`
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 Ω
- "RA™"
- 60 45 Ω
- "© 1986 COM~LINK & S.Koren"
- 80 60 Ω
- "All rights reserved." `
-
- &L
- 35 A: ("•" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "•" 33 A: (" " A. 1 - A: A. 0 > ~ ) "•" "!"`
-
- &P ?§ @ `
- $